home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dye Another Day
/
DyeAnotherDay.bin
/
swf
/
24.swf
/
scripts
/
DefineButton2_16
/
BUTTONCONDACTION on(rollOut).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-03-26
|
160 b
|
11 lines
on(rollOut){
stopDrag();
_root.fadeout1 = true;
i = 1;
while(i < 10)
{
eval("_parent.but" + i).gotoAndStop(2);
i++;
}
}